home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1994 January / PSL Monthly Shareware CD-ROM (Public Software Library) (January 1994).iso / games / dos / arcade / lander.com / LANDER.DOC < prev   
Encoding:
Text File  |  1980-01-03  |  2.5 KB  |  70 lines

  1.                             TURBO LANDER!
  2.                             -------------
  3.  
  4.      Turbo Lander is a Public Domain, arcade-style game based on the
  5.      popular Lunar Lander game.   The purpose is to land the ship on
  6.      one of the 'Landing Pads' at the bottom of the screen.
  7.  
  8.      Engine Controls are as follows:
  9.  
  10.                          ┌─────┬─────┬─────┐
  11.                          │Home │  ^  │PgUp │
  12.                          ├─────┼─────┼─────┤
  13.                    Left  │ <=  │     │  => │ Right
  14.                          ├─────┼─────┼─────┤
  15.                    Left  │ End │  v  │PgDn │ Right
  16.                     and  └─────┴─────┴─────┘ and
  17.                    Main         Main         Main
  18.  
  19.  
  20.      Activating an engine on one side of the ship will actually make
  21.      the ship move in the opposite direction, e.g. pressing the down
  22.      arrow key will fire the Main Engine downward,  causing the ship
  23.      to rise.
  24.  
  25.      Other Controls are:
  26.  
  27.      ┌───┐                 ┌───┐                  ┌───┐
  28.      │Esc│ Pause           │ S │ Sound Toggle     │F10│ Flight Abort
  29.      └───┘                 └───┘                  └───┘
  30.  
  31.  
  32.       Your mission is to land safely on all five planets in the star
  33.       system, (each planet has a different arrangement of landscapes
  34.       and landing pads).
  35.  
  36.       Scoring is as follows:
  37.  
  38.       100 Points for successful landing -times the difficulty level.
  39.           In addition, remaining fuel is multiplied by the number on
  40.           the Landing Pad for an additional bonus.
  41.  
  42.       -50 Points for crashing your space craft.
  43.  
  44.       -25 Points for sending your space craft into orbit.
  45.  
  46.  
  47.       The program was written entirely in Turbo Pascal 3.0,  without
  48.       any custom machine language subroutines.
  49.       (Fully documented source code is available from the author).
  50.  
  51.       All graphics were created with 'The Advanced Graphics Toolbox',
  52.       which supports items such as:
  53.  
  54.       Writing to and from screen memory
  55.       Animation and shape design
  56.       Character set design and implementation
  57.       Direct usage of Color Graphics Adapter, CGA, ports
  58.       and many other high level graphics procedures.
  59.  
  60.  
  61.       This program supplied by:
  62.  
  63.                               Tsunami Tsoftware
  64.                                 P.O. Box 3303
  65.                               Apopka, FL  32703
  66.  
  67.        As a demonstration of 'The Advanced Graphics Toolbox', for
  68.        Turbo Pascal versions 3.0 and higher.
  69.  
  70.